home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / about.dir / 00110.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  268 b   |  17 lines

  1. on idle
  2.   if rollOver(3) then
  3.     set the castNum of sprite 3 to 30
  4.   else
  5.     set the castNum of sprite 3 to 29
  6.   end if
  7.   if rollOver(21) then
  8.     set the ink of sprite 22 to 0
  9.   else
  10.     set the ink of sprite 22 to 39
  11.   end if
  12. end
  13.  
  14. on exitFrame
  15.   go(the frame)
  16. end
  17.